home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / VersUSA.r < prev   
Encoding:
Text File  |  1997-06-13  |  164 b   |  15 lines  |  [TEXT/CWIE]

  1. #define SystemSevenOrLater 1
  2.  
  3. #include "SysTypes.r"
  4.  
  5. resource 'vers' (2, purgeable) {
  6.     0x1,
  7.     0x10,
  8.     release,
  9.     0,
  10.     verUS,
  11.     "1.1",
  12.     "µArchitecture Simulator 1.1"
  13. };
  14.  
  15.